| 
                
               | 
              
                
               | 
              
                @@ -271,7 +271,7 @@ def maintenance_status_update_sendtemplatemessage(maintenance): 
               | 
            
            
            
              | 
                271
               | 
              
                271
               | 
              
                     wxcfg = WECHAT.get('MINIAPP', {})
               | 
            
            
            
              | 
                272
               | 
              
                272
               | 
              
                     appid = wxcfg.get('appID')
               | 
            
            
            
              | 
                273
               | 
              
                273
               | 
              
                      
               | 
            
            
            
              | 
                274
               | 
              
                
               | 
              
                -    sendtemplatemessage(openid=user.openid, template_id=settings.TEMPLATE_ID_COMPLEMENT, data=data, miniappid=appid, minipagepath='/pages/index/index') 
               | 
            
            
            
              | 
                
               | 
              
                274
               | 
              
                +    sendtemplatemessage(openid=user.openid, template_id=settings.TEMPLATE_ID_MAINTENANCE, data=data, miniappid=appid, minipagepath='/pages/index/index') 
               | 
            
            
            
              | 
                275
               | 
              
                275
               | 
              
                  
               | 
            
            
            
              | 
                276
               | 
              
                276
               | 
              
                  
               | 
            
            
            
              | 
                277
               | 
              
                277
               | 
              
                 def is_maintenance_tracking_signed(tracking_info): 
               |